home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / PROGTOOL / LIB211.ZIP;1 / VDCURSOR.TXT < prev    next >
Encoding:
Text File  |  1993-12-14  |  809 b   |  18 lines

  1. *  vdcursor.txt  Version 1.0  Released 30-Apr-92
  2.  
  3. dBASE IV's builtin functions row() and col() return values relative to 
  4. any active windows. This is usually what you want, but I was developing 
  5. a context sensitive help system that needed to open a help window 
  6. without obliterating the information on the screen that the user wants 
  7. help on.
  8.  
  9. The .bin file gets around the row() and col() problem by accessing the 
  10. Video BIOS interrupt that returns the absolute cursor location.
  11.  
  12. These this .BIN file returns a character string, so you need to change 
  13. the value to an ASCII value -- suggest using: VIDROW() and VIDCOL() 
  14. contained in the file SCREEN.PRG in the dUFLP library.
  15.  
  16. NOTE: The .ASM source for this can be found in the DBASE forum
  17. of CompuServe, Library 4, in the file: VDCURS.ZIP
  18.